Use PESetParameterMinMaxValue to set the minimum and/or maximum possible values for the specified parameter in a report.
BOOL CRPE_API PESetParameterMinMaxValue(
short printJob,
const char FAR *parameterFieldName,
const char FAR *reportName,
PEValueInfo FAR *valueMin,
PEValueInfo FAR *valueMax );
Specifies the print job for which you want to set minimum and/or maximum parameters values. | |
Specifies a pointer to the string containing the parameter name. | |
Specifies a pointer to the string containing the report name. See Remarks below. | |
Specifies a pointer to PEValueInfo, which contains minimum value information. See Remarks below. | |
Specifies a pointer to PEValueInfo, which contains maximum value information. See Remarks below. |
Declare Function PESetParameterMinMaxValue Lib "crpe32.dll" ( _
ByVal printJob As Integer, ByVal parameterFieldName As String, _
ByVal reportName As String, valueMin As PEValueInfo, _
valueMax As PEValueInfo ) As Integer
function PESetParameterMinMaxValue (
printJob: smallint;
const parameterFieldName: PChar;
const reportName: PChar;
var valueMin: PEValueInfo;
var valueMax: PEValueInfo): BOOL stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |